home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55671 / 55671.xpi / chrome / snipit.jar / content / snipit.css < prev    next >
Cascading Style Sheet File  |  2005-04-23  |  349b  |  11 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #snipit-button {
  4.     list-style-image: url("chrome://snipit/skin/button.png");
  5.     -moz-image-region: rect(0 24px 24px 0);
  6. }
  7.  
  8. toolbar[iconsize="small"] #snipit-button {
  9.     list-style-image: url("chrome://snipit/skin/button-sm.png");
  10.     -moz-image-region: rect(0 16px 16px 0);
  11. }